home *** CD-ROM | disk | FTP | other *** search
/ PC Guide Interactive 42 / PCGuide 42a / pcguide42.iso / share / Netpd / setup.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  1998-04-29  |  845 b   |  46 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 284
  3.   Top = 266
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please wait...'
  7.   ClientHeight = 51
  8.   ClientWidth = 319
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object itemname: TLabel
  19.     Left = 0
  20.     Top = 20
  21.     Width = 319
  22.     Height = 18
  23.     Align = alBottom
  24.     Caption = 'itemname'
  25.   end
  26.   object actionname: TLabel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 319
  30.     Height = 20
  31.     Align = alClient
  32.     Caption = 'actionname'
  33.   end
  34.   object ProgressBar1: TProgressBar
  35.     Left = 0
  36.     Top = 38
  37.     Width = 319
  38.     Height = 13
  39.     Align = alBottom
  40.     Min = 0
  41.     Max = 100
  42.     Step = 1
  43.     TabOrder = 0
  44.   end
  45. end
  46.